go/token.File.fixOffset (method)

4 uses

	go/token (current package)
		position.go#L270: func (f *File) fixOffset(offset int) int {
		position.go#L303: 	return Pos(f.base + f.fixOffset(offset))
		position.go#L316: 	return f.fixOffset(int(p) - f.base)
		position.go#L376: 	offset := f.fixOffset(int(p) - f.base)